You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
schema_params - Param run_somalier from nextflow config not found in nextflow_schema.json
schema_params - Param somalier_sites_vcf from nextflow config not found in nextflow_schema.json
❗ Test warnings:
pipeline_todos - TODO string in CONTRIBUTING.md: Add any pipeline specific contribution guidelines here, such as coding styles, procedures, checklists etc.
pipeline_todos - TODO string in awsfulltest.yml: You can customise AWS full pipeline tests as required
pipeline_if_empty_null - ifEmpty(null) found in /home/runner/work/raredisease/raredisease/subworkflows/local/align_sentieon/main.nf: _ mq_metrics = SENTIEON_DATAMETRICS.out.mq_metrics.ifEmpty(null) // channel: [ val(meta), path(mq_metrics) ]
_
pipeline_if_empty_null - ifEmpty(null) found in /home/runner/work/raredisease/raredisease/subworkflows/local/align_sentieon/main.nf: _ qd_metrics = SENTIEON_DATAMETRICS.out.qd_metrics.ifEmpty(null) // channel: [ val(meta), path(qd_metrics) ]
_
pipeline_if_empty_null - ifEmpty(null) found in /home/runner/work/raredisease/raredisease/subworkflows/local/align_sentieon/main.nf: _ gc_metrics = SENTIEON_DATAMETRICS.out.gc_metrics.ifEmpty(null) // channel: [ val(meta), path(gc_metrics) ]
_
pipeline_if_empty_null - ifEmpty(null) found in /home/runner/work/raredisease/raredisease/subworkflows/local/align_sentieon/main.nf: _ gc_summary = SENTIEON_DATAMETRICS.out.gc_summary.ifEmpty(null) // channel: [ val(meta), path(gc_summary) ]
_
pipeline_if_empty_null - ifEmpty(null) found in /home/runner/work/raredisease/raredisease/subworkflows/local/align_sentieon/main.nf: _ aln_metrics = SENTIEON_DATAMETRICS.out.aln_metrics.ifEmpty(null) // channel: [ val(meta), path(aln_metrics) ]
_
pipeline_if_empty_null - ifEmpty(null) found in /home/runner/work/raredisease/raredisease/subworkflows/local/align_sentieon/main.nf: _ is_metrics = SENTIEON_DATAMETRICS.out.is_metrics.ifEmpty(null) // channel: [ val(meta), path(is_metrics) ]
_
schema_description - No description provided in schema for parameter: hisat2
container_configs - Could not generate container configuration files: Command 'nextflow inspect -format json /home/runner/work/raredisease/raredisease' returned non-zero error code '1':
[red]>
Error workflows/raredisease.nf:883:9: VCF_EXTRACT_RELATE_SOMALIER is not defined
│ 883 | VCF_EXTRACT_RELATE_SOMALIER(
╰ | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
Error workflows/raredisease.nf:891:31: VCF_EXTRACT_RELATE_SOMALIER is not defined
│ 891 | ch_somalier_publish = VCF_EXTRACT_RELATE_SOMALIER.out.html
╰ | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
Error workflows/raredisease.nf:892:18: VCF_EXTRACT_RELATE_SOMALIER is not defined
│ 892 | .mix(VCF_EXTRACT_RELATE_SOMALIER.out.pairs_tsv)
╰ | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
Error workflows/raredisease.nf:893:18: VCF_EXTRACT_RELATE_SOMALIER is not defined
│ 893 | .mix(VCF_EXTRACT_RELATE_SOMALIER.out.samples_tsv)
╰ | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
ERROR ~ Script compilation failed
❔ Tests ignored:
files_exist - File is ignored: conf/modules.config
files_unchanged - File ignored due to lint config: .github/PULL_REQUEST_TEMPLATE.md
files_unchanged - File ignored due to lint config: assets/nf-core-raredisease_logo_light.png
files_unchanged - File ignored due to lint config: docs/images/nf-core-raredisease_logo_light.png
files_unchanged - File ignored due to lint config: docs/images/nf-core-raredisease_logo_dark.png
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
PR checklist
nf-core pipelines lint).nextflow run . -profile test,docker --outdir <OUTDIR>).nextflow run . -profile test_singleton,docker --outdir <OUTDIR>).nextflow run . -profile debug,test,docker --outdir <OUTDIR>).docs/usage.mdis updated.docs/output.mdis updated.CHANGELOG.mdis updated.README.mdis updated (including new tool citations and authors/contributors).